Newer
Older
pixi.js / examples / example 5 - Morph / storm.css
@Mat Groves Mat Groves on 2 Mar 2013 207 bytes alpha update
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#photonstorm {
	position: absolute;
	bottom: 16px;
	right: 16px;
}

#pixi {
	position: absolute;
	bottom: 16px;
	left: 16px;
}